- loadCSV
DataFrame loadCSV(string data, bool hasHeader, char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadCSV
DataFrameTyped loadCSV(string data, string[] columnTitles, bool skipFirst, char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveCSV
DataFrame saveCSV(DataFrame frame, string filename, bool useHeader)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveCSV
DataFrameTyped saveCSV(DataFrameTyped frame, string filename, bool useHeader)
Undocumented in source. Be warned that the author may not have intended to support it.